home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / benchtrash / benchtrash.lha / BenchTrash / Suomi / BenchTrash.cc < prev    next >
Text File  |  1997-04-19  |  5KB  |  219 lines

  1. ;*****************************************************************
  2. ;** This is the catalog constructor for BenchTrash 1.11     **
  3. ;**                             **
  4. ;** Since I do not own the CBM localizer tool, you MUST use my  **
  5. ;** private "CreateCatalog" program (same as for ViNCEd)    **
  6. ;**                             **
  7. ;*****************************************************************
  8. ;
  9. ;This script has a double function:
  10. ;It is first a shell script that must be executed to create the
  11. ;catalog.
  12. ;It contains secondly the localized versions of the benchtrash
  13. ;strings. This is possible due to the special syntax of the
  14. ;CreateCatalog tool.
  15. ;
  16. ;The only thing worth noting here is that all strings must be
  17. ;preceeded with an apostrophe (').
  18. ;Empty lines, lines starting with a blank or a semicolon
  19. ;character are comment-lines. They aren't seen by CreateCatalog.
  20. ;
  21. ;To create a catalog for your language, translate the strings below.
  22. ;They are currently taken from the german localization, but to
  23. ;give you some hint what they mean I added the original english
  24. ;strings plus some comments when they are displayed ON TOP of the
  25. ;german ones.
  26. ;
  27. ;If you wrote a catalog for BenchTrash, please compile it simply by
  28. ;EXECUTING this file, i.e. enter
  29. ;
  30. ;EXECUTE BenchTrash.cc
  31. ;
  32. ;The ready for use catalog will be appear in the ram disk.
  33. ;
  34. ;
  35. ;Greetings,
  36. ;   Thomas
  37. ;   
  38.  CreateCatalog BenchTrash.cc ram:BenchTrash.catalog suomi 1 11
  39. ;                           ^^^^^^^
  40. ;                       change this to the
  41. ;                       name of your language
  42. ;   Tell EXECUTE to abort here...
  43.  quit
  44.  
  45. ;
  46. ;Cancel
  47. ;
  48. ;Generic cancel message, used if an error occured and BenchTrash has to
  49. ;stop the deletion.
  50. 'Keskeytys
  51.  
  52. ;O.K.|Cancel
  53. ;
  54. ;The buttons of the "Are you shure you want to delete..." requester.
  55. 'Selvä|Peru
  56.  
  57. ;O.K.
  58. ;
  59. ;Generic O.K. button, used in the setup window.
  60. 'Selvä
  61.  
  62. ;Quit BenchTrash
  63. ;
  64. ;Quit button in the setup window
  65. 'Lopeta
  66.  
  67. ;Can't find Trashcan icon.
  68. ;
  69. ;Benchtrash can't locate the icon you gave, or the SYS:Trashcan.info
  70. ;file is missing.
  71. 'Roskakorin kuvaketta ei löytynyt.
  72.  
  73. ;Can't install BenchTrash.
  74. ;
  75. ;The runback code of BenchTrash failed for some reason
  76. 'BenchTrash ohjelmaa ei voitu käynnistää
  77.  
  78. ;Volume lacks a trashcan.
  79. ;
  80. ;BenchTrash misses the trashcan to put the deleted files to.
  81. 'Asemalla ei ole roskakoria
  82.  
  83. ;Out of memory.
  84. ;
  85. ;Memory is missing.
  86. 'Muisti ei riitä.
  87.  
  88. ;Unable to lock %s - \
  89. ;Error %ld %s.
  90. ;An error message if a file can't be located. The "\" at the end
  91. ;of the line escapes the line break, i.e. puts a line break into
  92. ;the output string. The cryptic %s and %ld are replaces by the
  93. ;file name, the error code and the error string, respectively.
  94. ;Please note that only the first line has an apostrophe!
  95. ;
  96. 'Tiedostoa %s ei löytynyt - \
  97. Virhe %lD %s.
  98.  
  99.  
  100. ;Unable to move icon %s - \
  101. ;Error %ld %s.
  102. ;
  103. ;An icon can't be moved to the trashcan for whatever reason.
  104. 'Kuvaketta %s ei voitu siirtää - \
  105. Virhe %lD %s.
  106.  
  107. ;Unable to move icon %s - \
  108. ;Error %ld %s.
  109. ;
  110. ;A generic file can't be moved to the trashcan.
  111. 'Kuvaketta %s ei voitu siirtää - \
  112. Virhe %lD %s.
  113.  
  114. ;Unable to access\
  115. ;parent of %s - \
  116. ;Error %ld %s.
  117. ;
  118. ;The parent directory is not accessable, or missing, or worse...
  119. 'Hakemiston %s edellistä hake- \
  120. mistoa ei voitu löytää/käyttää - \
  121. Virhe %lD %s.
  122.  
  123.  
  124. ;Can't delete a volume.
  125. ;
  126. ;The user tried to delete a volume. This message is obsolete and
  127. ;no longer used.
  128. 'Asemaa ei voi tuhota.
  129.  
  130. ;Unable to delete object %s - \
  131. ;Error %ld %s.
  132. ;
  133. ;An object is delete or write protected and can't be removed
  134. ;for that reason.
  135. 'Kohde %s on suojattu - \
  136. Virhe %lD %s.
  137.  
  138. ;Invalid icon %s - \
  139. ;Error %ld %s.
  140. ;
  141. ;The icon library failed to access an icon, or the icon is in fact
  142. ;a directory.
  143. 'Virheellinen kuvake %s - \
  144. Virhe %lD %s.
  145.  
  146. ;Directory %s too deep - \
  147. ;Error %ld %s.
  148. ;
  149. ;The recursion stack has been exceeded. The drawer that must be deleted
  150. ;is too deep in the filing system to be accessable by BenchTrash.
  151. 'Hakemisto %s liian syvällä - \
  152. Virhe %lD %s.
  153.  
  154.  
  155. ;Warning: You cannot get back\
  156. ;what you delete! Ok to delete:\
  157. ;"%ld file(s) and\
  158. ;%ld drawer(s) (and their contents)?
  159. ;
  160. ;The standard safety requester. Would be nice to mimic the
  161. ;workbench requester here!
  162. ;
  163. 'Varoitus: Poistettuja tiedostoja\
  164. ei voi palauttaa!  Poistetaanko: \
  165. %lD tiedosto(a) ja \
  166. %lD lipas(ta) (sisältöineen)?
  167.  
  168. ;Auto-delete dropped icons :
  169. ;
  170. ;The label of the auto delete checkmark in the setup window.
  171. 'Automaattinen tuhoaminen :
  172.  
  173. ;Can't eject the volume "%s:".
  174. ;
  175. ;A proper EJECT tooltype/command is missing, and benchtrash does not
  176. ;know HOW to eject this volume. (Or it is impossible to eject it...)
  177. ;
  178. 'Laitetta "%s:" ei voida \
  179. poistaa asemasta.
  180.  
  181. ;(Unkown volume)
  182. ;
  183. ;Used as volume name if the real name is not accessable.
  184. ;
  185. '(Tuntematon laite)
  186.  
  187. ;_Abort
  188. ;
  189. ;The label of the abort button in the progress bar. The character behind
  190. ;the underscore gets underlined.
  191. '_Peru
  192.  
  193. ;A
  194. ;The keyboard shortcut used for abortion. This MUST be the same character
  195. ;that has been underlined in the string before.
  196. 'P
  197.  
  198. ;Preparing...
  199. ;
  200. ;The preparation process for deletion is running. BenchTrash counts the
  201. ;files and directories, and checks if all of them are deleteable.
  202. ;
  203. 'Valmistaudutaan...
  204.  
  205. ;Progress Bar :
  206. ;
  207. ;The label of the progress bar check box in the setup window.
  208. ;
  209. 'Edistyminen :
  210.  
  211. ;%ld file(s) to go...
  212. ;
  213. ;The text in the bar itself, new to 1.11
  214. ;%2lD Datei(en)
  215. '%lD tiedosto(a) jäljellä...
  216.  
  217.  
  218. ;That's all folks!
  219.